Online documentation - WebsydianExpress v3.5 |
APIWebServer.WebServices._Parameters.GetKeys
Field | Variable | ...as | Description |
---|---|---|---|
ServiceProcessorSurrogate | Output | Output | The unique identification of the URL in the service structure. |
ServiceHandlerSurrogate | Output | Output | The unique identification of the service handler. |
SelectCriteriaSurrogate | Output | Output | The unique identification of the selection criteria that has been used to identify the service handler |
CriteriaName | Output | Output | The name of the criteria that has been used to identify the
service handler. This field will only be used for criteria that has
the type Name/Value.
Examples: For the http header criterion, this will specify the name of the http header that was used to find the criterion value. For the program criterion, this specifies the implementation name of the selection criteria program that was called to identify the service handler. |
CriteriaValue | Output | Output | The value that was extracted from the request and used to identify the handler to call. |
The API is a memory parameter API.
The API reads the keys from memory.
The GetKeys API is called automatically by the service handlers.
You should only have to call this API if you want to create your own abstract service handler that does not inherit from Abstract.ServiceHandler.